home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 019 / attrib.arc / ATTRIB.TXT < prev   
Encoding:
Text File  |  1986-01-26  |  942 b   |  28 lines

  1.  
  2.  
  3. ATTRIB.COM -- This program allows you to change the attributes on a   
  4. file under MS-DOS version 2. To use the program, copy ATTRIB.COM to   
  5. your system disk, and enter
  6.  
  7. A>ATTRIB <filename> <attributes>
  8.  
  9. where <filename> is the name of the file to change attributes on, and 
  10. <attributes> are the new attributes to be set.  You can use wildcards 
  11. in the file name, to affect more than one file.  The attributes that  
  12. can be set are
  13.  
  14.         R -- Read only.
  15.         H -- Hidden.
  16.         S -- System.
  17.         B -- Backup.  Also known as the Archive attribute.
  18.  
  19. Any attribute that is not specified in the command line will be       
  20. removed from the file(s).  If you run ATTRIB without any argument, it 
  21. will print instructions on its use.
  22.  
  23. Note: ATTRIB should be used carefully.  Damage to system files 
  24. could result from the attributes being removed from them.  ATTRIB 
  25. is for use with MS-DOS version 2 only.
  26.  
  27.  
  28.